home *** CD-ROM | disk | FTP | other *** search
/ Aminet 10 / aminetcdnumber101996.iso / Aminet / misc / emu / Frodo.lha / Frodo / FrodoSIDCard.lha / SID Card.readme < prev   
Text File  |  1995-11-30  |  2KB  |  45 lines

  1. Notes on the Zorro II SID card
  2. ------------------------------
  3.  
  4. 1. The design is very simple - no AutoConfig, only write accesses
  5.    and a hacked chip select/clock logic.
  6. 2. The wiring on the "B" side of the 74HC688 selects the address
  7.    range of the card. This is currently at $a0xxxx (where Frodo
  8.    expects is to be).
  9. 3. The SID's reset line is not connected to /RESET or /IORST but
  10.    to /LED to have the possibility to reset the SID independently
  11.    of the Amiga. This is because some SIDs have problems with
  12.    the clock signal being pulled down on write access and sometimes
  13.    one or more envelope generator "crashes" and requires a reset
  14.    to work properly again. So it is connected to /LED and Frodo
  15.    cycles the power LED to reset the SID.
  16. 4. The whole circuit can be built upon a standard raster board.
  17.    A custom PCB layout is not required (besides, I don't have one).
  18. 5. The "AUDIO OUT" signal can directly be connected to headphones
  19.    or an amplifier. The "AUDIO IN" signal can be used to mix and
  20.    filter external audio signals with the SID signal.
  21.  
  22. A note on the programs "EnableSID" and "DisableSID"
  23. ---------------------------------------------------
  24.  
  25. As the SID card doesn't use AutoConfig, it's address space will
  26. be marked as invalid by the 68040.library on systems with a 68040/060,
  27. and the card is not accessable. The EnableSID and DisableSID programs
  28. use the 68040/060's transparent translation feature (DTT0) to open
  29. the address space and mark it as non-cacheable. Simply run them once
  30. to enable resp. to disable access to the SID card (they can only be
  31. started from the Shell). The source is included in case you have
  32. problems with your MMU setup, so you can modify the programs to fit
  33. your system.
  34.  
  35. The DeliTracker player "C64SID"
  36. -------------------------------
  37.  
  38. "C64SID" is what Frodo started out as: A DeliTracker player module for
  39. replaying PSID (i.e. PlaySID one-file) music files on the SID card.
  40. Simply put it into your "DeliPlayers" directory and enjoy. Be sure to
  41. remove "DeliSID" first to make sure that PSID files are opened by
  42. C64SID.
  43.  
  44. Christian Bauer <bauec002@goofy.zdv.uni-mainz.de>
  45.